Autogenerated HTML docs for v2.15.1-501-g29533f 
diff --git a/git-pack-objects.html b/git-pack-objects.html index e1524a2..7ef449c 100644 --- a/git-pack-objects.html +++ b/git-pack-objects.html 
@@ -751,7 +751,8 @@  <pre class="content"><em>git pack-objects</em> [-q | --progress | --all-progress] [--all-progress-implied]   [--no-reuse-delta] [--delta-base-offset] [--non-empty]   [--local] [--incremental] [--window=&lt;n&gt;] [--depth=&lt;n&gt;]  - [--revs [--unpacked | --all]] [--stdout | base-name]  + [--revs [--unpacked | --all]]  + [--stdout [--filter=&lt;filter-spec&gt;] | base-name]   [--shallow] [--keep-true-parents] &lt; object-list</pre>   <div class="attribution">   </div></div>  @@ -1106,6 +1107,38 @@  nevertheless.   </p>   </dd>  +<dt class="hdlist1">  +--filter=&lt;filter-spec&gt;  +</dt>  +<dd>  +<p>  + Requires <code>--stdout</code>. Omits certain objects (usually blobs) from  + the resulting packfile. See <a href="git-rev-list.html">git-rev-list(1)</a> for valid  + <code>&lt;filter-spec&gt;</code> forms.  +</p>  +</dd>  +<dt class="hdlist1">  +--no-filter  +</dt>  +<dd>  +<p>  + Turns off any previous <code>--filter=</code> argument.  +</p>  +</dd>  +<dt class="hdlist1">  +--missing=&lt;missing-action&gt;  +</dt>  +<dd>  +<p>  + A debug option to help with future "partial clone" development.  + This option specifies how missing objects are handled.  +</p>  +<div class="paragraph"><p>The form <em>--missing=error</em> requests that pack-objects stop with an error if  +a missing object is encountered. This is the default action.</p></div>  +<div class="paragraph"><p>The form <em>--missing=allow-any</em> will allow object traversal to continue  +if a missing object is encountered. Missing objects will silently be  +omitted from the results.</p></div>  +</dd>   </dl></div>   </div>   </div>  @@ -1127,7 +1160,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2017-08-27 15:14:22 JST  +Last updated 2017-12-27 11:58:06 PST   </div>   </div>   </body>